home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / POV-Ray 2.2 / POVMNF / POV-Ray / POV-Ray.rsrc / TEXT_312_intersection.txt < prev    next >
Encoding:
Text File  |  1994-02-10  |  126 b   |  8 lines

  1. // CSG intersection, the common space where all the shapes meet
  2. intersection
  3. {
  4.   Shape1 {...}
  5.   Shape2 {...}
  6.   ShapeN {...}
  7. }
  8.